home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_636 / wwbatch / ibf2res < prev    next >
Text File  |  1992-05-06  |  531b  |  23 lines

  1. ; ! WW ! Install Batch File To RESIDENT
  2. ; by Carsten Raufuß, 02-Feb-1992
  3. ; ©1991 by ! WIZARD WORKS !
  4. ; - with this batch file you can resident the files/commands
  5. ;   needed for ! WW ! program batch files
  6. ; - this is quite helpful for 1 disk drive Amigas
  7. ; - copy this batchfile to RAM: or SYS: and execute it...
  8.  
  9. echo "Trying to resident ..."
  10.  
  11. echo "C:IconX ..."
  12. resident C:IconX     pure add
  13. echo "O.K."
  14.  
  15. echo "C:Run ... "
  16. resident C:Run       pure add
  17. echo "O.K."
  18.  
  19. echo "C:Execute ..."
  20. resident C:Execute   pure add
  21. echo "O.K."
  22.  
  23.